-
Re: Python library for direct Bezier manipulation
The way I'm doing offsetting is slightly sneaky. I sample the original curve, offset the sampled points, and then run a curve fitting algorithm. (What can I say? There isn't a good way to d…2 -
Re: Python library for direct Bezier manipulation
Well, I've started with my version: https://simoncozens.github.io/beziers.py/index.html Here's an example: fig, ax = plt.subplots() points = [ Point(100,50), Point(50,150), Point(150,250), …3 -
Beta testers wanted for iOS kerning app
Hello all! I'm working on two new iOS apps: one is a vector path editor, probably more useful for people who are involved in lettering rather than font creation, but the other is probably more u…1 -
Re: Ornamental Initials
The water radical (⺡) works perfectly. I find the rest of it a bit of a mess. I would never have picked it out as 滾. I think you would need to think how your ornaments relate to strokes, because be…2 -
Re: [OTVar] Baseline curvature axis?
Never really saw the need for this axis until today.1